home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global g1erSprLoc, gNumSpr
- curseur(2)
- set gNumSpr to 999
- end
-
- on mouseUp
- beep()
- end
-
- on keyUp
- if getPos(list(69, 78, 116, 121), the keyCode) <> 0 then
- pass()
- end if
- end
-
- on keyDown
- if getPos(list(115, 116, 119, 121), the keyCode) <> 0 then
- pass()
- end if
- end
-